home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseAction;
- import java.awt.event.ActionEvent;
-
- class CommentPane$7 extends BaseAction {
- // $FF: synthetic field
- final CommentPane this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.showMode == 1) {
- this.this$0.setShowMode(2);
- } else {
- this.this$0.setShowMode(1);
- }
-
- }
-
- CommentPane$7(CommentPane var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
- }
-